@charset "UTF-8";
@font-face {
  font-family: "trout";
}
.trout-icon {
  display: block;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  letter-spacing: 0 !important;
}
.trout-icon:before {
  font-size: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.trout-icon-elder:before {
  content: '';
}
.trout-icon-region:before {
  content: url("../../icon/读屏专用.png");
}
.trout-icon-sound:before {
  content: url("../../icon/声音关闭.png");
}
.trout-toolbar-btn.active > .trout-icon-sound:before {
  content: url("../../icon/声音开启.png");
}
.trout-icon-read-speed:before {
  content: url("../../icon/语速-慢.png");
}
.trout-toolbar-btn.active > .trout-icon-read-speed:before {
  content: url("../../icon/语速-快.png");
}
.trout-icon-read-type:before {
  content: url("../../icon/指读.png");
}
.trout-toolbar-btn.active > .trout-icon-read-type:before {
  content: url("../../icon/连读.png");
}
.trout-icon-color-theme:before {
  content: url("../../icon/配色.png");
}
.trout-icon-zoomin:before {
  content: url("../../icon/放大.png");
}
.trout-icon-zoomout:before {
  content: url("../../icon/缩小.png");
}
.trout-icon-mouse:before {
  content:  url("../../icon/鼠标.png");
}
.trout-icon-crosshair:before {
  content:  url("../../icon/十字线.png");
}
.trout-icon-subtitle:before {
  content:  url("../../icon/大字幕.png");
}
.trout-icon-reset:before {
  content:  url("../../icon/重置.png");
}
.trout-icon-fixed:before {
  content:  url("../../icon/固定.png");
}
.trout-icon-help:before {
  content:  url("../../icon/说明.png");
}
.trout-icon-exit:before {
  content:  url("../../icon/退出.png");
}
.trout-icon-logo:before {
  content: "";
}
.trout-icon-check:before {
  content: "\E003";
}
.trout-icon-close-dialog:before {
  content: "\E003关闭";
}
.trout-icon-close:before {
  content: "\E003";
}
.trout-icon-mobileread:before {
  content: "\E00C";
}
.trout-icon-mobiletheme:before {
  content: "\E00D";
}
.trout-icon-mobilevoice1:before {
  content: "\E00E";
}
.trout-icon-quick_read3:before {
  content: "\E014";
}
.trout-icon-settings:before {
  content: "\E018";
}
.trout-toolbar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 50000;
  text-align: center;
  -webkit-font-smoothing: antialiased !important;
  font-family: "Microsoft YaHei", arial;
  position: fixed;
  overflow: hidden;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  padding: 10px 0;
  background-image: url(../../img.png);
  background-color: #1e8af6;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  opacity: 0;
  font-size: 15px !important;
}
.trout-toolbar.expanded,
.trout-toolbar:hover {
  height: 100px;
  overflow: hidden;
  opacity: 1;
}
.trout-toolbar .hidden {
  display: none;
}
.trout-toolbar .trout-toolbar-body {
  width: 1020px;
  margin: 0 auto;
}
.trout-toolbar .trout-toolbar-body .trout-logo {
  position: relative;
  width: 110px;
  height: 66px;
  margin-top: 8px;
  margin-right: 30px;
  float: left;
  display: none;
}
.trout-toolbar .trout-toolbar-body .trout-logo .trout-logo-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 64px;
  background-image: url(../../img/default/trout/logo-zh-cn1.png);
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.trout-toolbar .trout-toolbar-body .trout-logo .trout-logo-image.active {
  background-image: url(../../img/default/trout/logo-zh-cn2.png);
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-region-list {
  float: left;
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-region-list .trout-toolbar-region {
  color: #986363;
  background-image: url(../../img_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin: 0 4px;
  cursor: pointer !important;
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-region-list .trout-toolbar-region:hover {
  color: #00d9ff;
  background-image: url(../../img_2.png);
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-region-list .trout-toolbar-region.disable {
  opacity: 0.2;
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-region-list .trout-toolbar-region .trout-toolbar-region-title {
  display: block;
  height: 80px;
  box-sizing: border-box;
  width: 60px;
  text-align: center;
  line-height: 40px;
  font-size: 15px !important;
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-region-list .trout-toolbar-region .trout-toolbar-region-title .trout-toolbar-region-name {
  display: block !important;
  width: 60px !important;
  position: absolute !important;
  top: 50px !important;
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-region-list .trout-toolbar-region .trout-toolbar-region-title .trout-toolbar-region-count {
  position: absolute !important;
  top: 10px !important;
  display: block !important;
  font-size: 16px !important;
  font-weight: 600;
  width: 60px !important;
  text-align: center !important;
  color: #ff0 !important;
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-region-list .trout-toolbar-region .trout-toolbar-region-desc {
  display: none;
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-btn-list {
  float: left;
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-btn-list .trout-toolbar-btn {
  float: left;
  text-align: center;
  width: 60px;
  margin: 0 4px !important;
  padding: 10px 0 0 0;
  color: #fff;
  cursor: pointer;
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-btn-list .trout-toolbar-btn:hover {
  color: #00d9ff;
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-btn-list .trout-toolbar-btn.disable {
  opacity: 0.2;
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-btn-list .trout-toolbar-btn span {
  display: block;
  height: 40px;
  min-height: auto;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0;
  width: 60px;
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-btn-list .trout-toolbar-default-btn {
  background-image: url(../../img_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 10px;
}
.trout-toolbar .trout-toolbar-body .trout-toolbar-btn-list .trout-toolbar-default-btn:hover {
  background-image: url(../../img_2.png);
}
/**
 * GuideWidget
 * override introjs.css
 */
.introjs-helperLayer {
  background-color: #fe8f00 !important;
}
.introjs-helperNumberLayer {
  display: none;
}
.introjs-showElement {
  border-color: #ffffff;
}
.introjs-showElement.active {
  border-color: #ffffff;
}
.introjs-showElement > a {
  border-color: #ffffff !important;
  border-right-width: 1px;
}
.introjs-showElement.active > a {
  border-color: #ffffff !important;
}
.introjs-tooltip {
  width: 380px;
  max-width: 380px !important;
  padding: 18px 20px !important;
  color: #303030 !important;
}
.introjs-tooltiptext {
  font-size: 18px;
  line-height: 32px;
}
.introjs-tooltiptext strong {
  font-size: 24px;
  padding-bottom: 5px;
  display: inline-block;
}
.introjs-bullets {
  display: none;
}
.introjs-bullets ul {
  margin: 8px 0 !important;
}
.introjs-tooltipbuttons {
  padding-top: 20px;
}
.introjs-button {
  width: 102px;
  height: 40px !important;
  font-size: 18px !important;
  border: 0 none !important;
  padding: 0 !important;
  line-height: 40px !important;
  margin: 0 0 0 10px !important;
  background-color: #fe8f00 !important;
  text-align: center !important;
  text-shadow: 0 0 0 !important;
  color: #303030 !important;
}
.introjs-prevbutton {
  border-radius: 3px !important;
}
.introjs-tooltipbuttons .introjs-skipbutton {
  float: left;
  margin-left: 0 !important;
}
/**
 * ColorThemeWidget
 * 特殊颜色的配色补丁
 */
.trout-black-white .trout-region-active a {
  color: #fff !important;
}
.trout-crosshair {
  background: #ff0000 !important;
}
.trout-subtitle-toolbar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 50000;
  text-align: center;
  width: 100%;
  -webkit-font-smoothing: antialiased !important;
  font-family: "Microsoft YaHei", arial;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #484a4a;
  overflow: hidden;
  opacity: 0;
}
.trout-subtitle-toolbar.expanded {
  height: 150px;
  overflow: hidden;
  opacity: 1;
}
.trout-subtitle-toolbar > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 150px;
}
.trout-subtitle-toolbar .trout-subtitle-btn-list {
  float: left;
  padding: 17px 10px 0 10px;
  color: #fff;
  overflow: hidden;
  height: 150px;
  width: 100px;
  box-sizing: border-box;
}
.trout-subtitle-toolbar .trout-subtitle-btn-list .trout-subtitle-btn {
  display: block;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 5px;
  width: auto;
  clear: left;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  margin: 0 0 10px 0;
  cursor: pointer;
  font-style: normal;
  background: rgba(0, 39, 102, 0.4);
}
.trout-subtitle-toolbar .trout-subtitle-btn-list .trout-subtitle-btn:hover {
  color: #d42809;
  background: #fff;
  box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.8);
}
.trout-subtitle-toolbar .trout-subtitle-text {
  font-family: "Microsoft YaHei";
  text-align: center;
  font-size: 32px;
  letter-spacing: 5px;
  color: #000000;
  overflow-y: auto;
  overflow-x: hidden;
  height: 140px;
  background: #dee0e0;
  border-radius: 5px;
  margin: 5px 5px 0 0;
}
.trout-subtitle-toolbar .trout-subtitle-text::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.trout-subtitle-toolbar .trout-subtitle-text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2) !important;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent) !important;
}
.trout-subtitle-toolbar .trout-subtitle-text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed !important;
  border-radius: 10px;
}
.trout-subtitle-toolbar .trout-subtitle-text .pinyin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
  float: left;
  line-height: 50%;
  color: #000;
  font-weight: 600 !important;
  margin-left: 5px !important;
}
.trout-subtitle-toolbar .trout-subtitle-text .pinyin b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: column;
  font-weight: 400;
  font-style: normal;
  padding: 0 5px 0 0;
  position: relative;
  z-index: 2;
}
.trout-subtitle-toolbar .trout-subtitle-text .pinyin b::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 1px;
  z-index: 1;
  left: 0;
  bottom: 17.5px;
  border-top: dashed 1px #a9a9a9;
}
.trout-subtitle-toolbar .trout-subtitle-text .pinyin b::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 37px;
  z-index: 1;
  left: 17.5px;
  bottom: 0;
  border-left: dashed 1px #a9a9a9;
}
.trout-subtitle-toolbar .trout-subtitle-text .pinyin b i {
  text-align: center;
  font-style: normal;
}
.trout-subtitle-toolbar .trout-subtitle-text .pinyin b i:first-child {
  letter-spacing: 0.5px;
  font-size: 14pt !important;
  font-weight: 400;
  margin: 10px 0 2px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.trout-subtitle-toolbar .trout-subtitle-text .pinyin b i:last-child {
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 28pt !important;
  position: relative;
  z-index: 2;
  border: solid 1px #a9a9a9;
  font-family: "楷体", KT, "LiHei Pro Medium";
  font-weight: 600;
}
.trout-subtitle-toolbar .trout-subtitle-text .pinyin b i:last-child::before {
  content: "";
  position: absolute;
  width: 49.5px;
  height: 49.5px;
  z-index: -1;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  transform: rotate(45deg);
  border-left: dashed 1px #a9a9a9;
}
.trout-subtitle-toolbar .trout-subtitle-text .pinyin b i:last-child::after {
  content: "";
  position: absolute;
  width: 49.5px;
  height: 49.5px;
  z-index: -1;
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
  transform: rotate(-45deg);
  border-right: dashed 1px #a9a9a9;
}
.trout-ins {
  text-decoration: none;
  font-size: 100%;
}
.trout-left {
  float: left;
}
.trout-hide {
  display: none !important;
}
.trout-overflow-hide,
.trout-overflow-hide body {
  overflow: hidden !important;
}
.trout-overflow {
  overflow: visible !important;
}
.trout-overflow-x {
  overflow-x: visible !important;
}
.trout-active {
  outline: auto !important;
  background-color: #ccc !important;
  outline: 5px auto -webkit-focus-ring-color;
}
.trout-node {
  max-width: 0 !important;
  float: left !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  display: block !important;
  position: absolute !important;
}
.trout-end-node {
  float: right !important;
}
.trout-region-active {
  outline: 5px auto -webkit-focus-ring-color;
}
.trout-region-active,
.trout-region-active * {
  background-color: #ccc !important;
  color: #000 !important;
}
.trout-img-zoom {
  position: fixed;
  z-index: 9999;
  border: 3px solid #888;
  border-radius: 10px;
  background: #fff;
}
.trout-img-zoom img {
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .trout-skip-link div {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .trout-skip-link {
    font-size: 14px;
    padding: 12px 20px;
    white-space: normal;
  }
}
